home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_6493_000031.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  2.4 KB

  1. Path: dd.chalmers.se!news.chalmers.se!sunic!pipex!uknet!EU.net!news.eunet.fi!news.funet.fi!nntp.hut.fi!nntp.hut.fi!s37732v
  2. From: s37732v@snakemail.hut.fi (Markus Juhani Aalto)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Sizeable GUI
  5. Date: 25 Feb 94 07:22:14 GMT
  6. Organization: Helsinki University of Technology, Finland
  7. Lines: 39
  8. Distribution: inet
  9. Message-ID: <S37732V.94Feb25092214@delta.hut.fi>
  10. References: <2kimqj$m1v@ugle.unit.no>
  11. NNTP-Posting-Host: delta.hut.fi
  12. In-reply-to: ketil@brosme.dhmolde.no's message of 24 Feb 1994 17:06:27 GMT
  13.  
  14.  
  15. In article <2kimqj$m1v@ugle.unit.no> ketil@brosme.dhmolde.no (Ketil Hunn) writes:
  16.  
  17. > Path: nntp.hut.fi!news.funet.fi!news.eunet.fi!dkuug!news.eunet.no!nuug!trane.uninett.no!ugle.unit.no!brosme.dhmolde.no!ketil
  18. > From: ketil@brosme.dhmolde.no (Ketil Hunn)
  19. > Newsgroups: comp.sys.amiga.programmer
  20. > Date: 24 Feb 1994 17:06:27 GMT
  21. > Organization: University of Trondheim, Norway
  22. > Lines: 10
  23. > NNTP-Posting-Host: brosme.dhmolde.no
  24. > X-Newsreader: TIN [version 1.2 PL0]
  25.  
  26. > Working on a sizable (and font-adaptable) requester, I found that when
  27. > shrinking the windowsize, the gadgets sometimes stay visible in the window's
  28. > borders.  This can be avoided by activating the parent window and then the
  29. > sized window.  This results in a 'flicker', thoug.
  30.  
  31. > Is there another way of redrawing the window-borders AFTER you have arranged
  32. > the gadgets according to the new window-sizes?
  33.  
  34. > Ketil Hunn
  35. > ketil@lyr.dhmolde.no
  36.  
  37. RefreshWindow or something like that should do the job but it isn't the
  38. best possible way. In my opinion you get best results by listening
  39. RESIZE VERIFY message and when you receive it you detach your gadgets
  40. from the window. When RESIZE message comes you then attach gadgets back.
  41. This is little more work but it will result in faster window resizing.
  42. --
  43.  
  44.  
  45. **************************************************************************
  46. *         Markus Aalto              | Helsinki University of Technology  *
  47. *                                   |                                    *
  48. *  EMail: s37732v@vipunen.hut.fi    | Faculty of Electric Engineering    *
  49. *  Phone/Fax: 358-0-8746991         |                                    *
  50. *                                   | Undergraduate in Computer Science  *
  51. **************************************************************************
  52.         
  53.